object IntroScene: TIntroScene Left = 200 Top = 119 Height = 150 Width = 215 object Window: TAoWUserWindow OnMouseDown = WindowMouseDown OnKeyDown = WindowKeyDown OnUpdate = WindowUpdate Visible = False Priority = 0 WinLeft = 0 WinTop = 0 WinWidth = 640 Masked = False OnHide = WindowHide Alignment.AlignWidth = awBoth Alignment.AlignHeight = ahBoth Alignment.HeightPercent = 0 Alignment.WidthPercent = 0 Alignment.LeftOffPercent = 0 Alignment.RightOffPercent = 0 Alignment.TopOffPercent = 0 Alignment.BottomOffPercent = 0 Alignment.LeftOffset = 0 Alignment.RightOffset = 0 Alignment.TopOffset = 0 Alignment.BottomOffset = 0 WinManager = General.Manager UseVMem = False BorderWidth = 0 BorderHeight = 0 OverlapTopCorners = False Cursor = -1 DoubleBuffered = False MaskColor = clBlack FreeSurfaceOnHide = False ILIndexFrame = 0 ILIndexTexture = 0 DragHeight = 0 Draggable = False Resizable = False MinWidth = 0 MinHeight = 0 MaxWidth = 0 MaxHeight = 0 UseManagerBorders = False Modal = False WinHeight = 480 Dockable = False OnDrawSurfaceEx = WindowDrawSurfaceEx Left = 40 Top = 28 end object VideoPlayer: TVideoPlayer OnStreamSound = VideoPlayerStreamSound Loopmode = vplmNone Options = [vpoSoundEnabled, vpoVideoEnabled] Left = 120 Top = 28 end end